#!/bin/bash
cd "$(dirname "$0")"
cd ../../../
echo "Here is the list of secrets protection:"
git secrets --list
bash